Release 10.1A: OpenEdge Development:
Progress 4GL Reference


DBTASKID function

Returns an INTEGER that uniquely identifies a database’s transaction.

Syntax

DBTASKID ( integer-expression | logical-name | alias ) 

integer-expression

The sequence number of a database the OpenEdge session is connected to. For example, DBTASKID(1) returns information on the first database the OpenEdge session is connected to, DBTASKID(2) returns information on the second database the OpenEdge session is connected to, etc. If you specify a sequence number that does not correspond to a database the OpenEdge session is connected to, the DBTASKID function returns the Unknown value (?).

logical-name or alias

A character expression that evaluates to the logical name or alias of a database that is connected to the current OpenEdge session. If the character expression does not evaluate to the logical name or alias of a connected database, DBTASKID returns the Unknown value (?).

Note: You must enclose all character strings in quotes.

Notes

See also

DBCODEPAGE function, DBCOLLATION function, DBTYPE function, DBVERSION function, LDBNAME function


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095